WindowContextType

The type of context available.

Values

ValueMeaning
None0

No context to be used.

OpenglOpenglLegacy | Opengl3Plus

Both legacy (1.x .. 2.x) and 3+ contexts for OpenGL. 3+ preferred if only one available.

Direct3D1 << 1

Direct3D context. Highly unlikely implemented.

OpenglLegacy1 << 2

Legacy OpenGL context (1.x .. 2.x)

Opengl3Plus1 << 3

OpenGL context 3+

Buffer2D1 << 4

A 2d buffer is provided to draw into

Meta